home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / visrcs10.zip / README.TX_ / README.TX
Text File  |  1994-10-15  |  3KB  |  90 lines

  1. What is Visual RCS?
  2.  
  3. Short Answer:  A windows front end for GNU RCS.
  4.  
  5. Long Answer:
  6.  
  7. Visual RCS was designed to make your revision control tasks simple
  8. and inexpensive.  GNU RCS is a freely available revision control
  9. system.  It is used by many people on many different platforms.
  10. Unfortunately, GNU RCS is a rather complicated group of programs with 
  11. many options.  Visual RCS hides this complexity without making it 
  12. unavailable to those who like that sort of thing.
  13.  
  14. The following is a partial listing of Visual RCS features (see the
  15. help file for a complete description):
  16.  
  17. o    Create a vault directory (RCS) to store your files.
  18.  
  19. o    Check out all files under revision control.  You can check 
  20. out any revision/state of your code.
  21.  
  22. o    Select candidate files for check in.  This command looks for 
  23. files that have changed since the last check in and selects them for 
  24. you.  You can then use the next command...
  25.  
  26. o    Check in all selected files.  Used in conjunction with the 
  27. previsous command, this allows you to quickly update your versioned
  28. files.
  29.  
  30. o    Start Visual Basic and load the selected file.  If the file 
  31. is a .mak file it is loaded.  If not, the directory is searched for 
  32. a project that contains the selected file.
  33.  
  34. o    Start Visual Basic and make the executable for the selected 
  35. project.
  36.  
  37. o    Launch the application that is associated with the selected 
  38. file.
  39.  
  40. o    Create an initial revision of a file.
  41.  
  42. o    Check in/out files.
  43.  
  44. o    Lock/Unlock files.
  45.  
  46. o    Modify the RCS attributes associated with a file.  Set the locking 
  47. mode and change the comment leader.  The comment leader is used when 
  48. you insert a $Log$ string into your source code.  It will be expanded to 
  49. include the RCS log message.  The comment leader for Visual Basic is 
  50. the ' character or REM.
  51.  
  52. o    Display a history of the changes that have been made to a file.
  53.  
  54. o    Display the differences between your working copy and any checked 
  55. in version.
  56.  
  57. o    Print the results of any of the above commands.
  58.  
  59. o    Visual RCS can be used in a networked environment to manage 
  60. multi-developer projects.
  61.  
  62. o    It is not limitted to managing VB projects.  It can manage any 
  63. kind of file, ascii or binary.  It just has a little bit of knowledge 
  64. about VB projects.
  65.  
  66. Where can I get a copy?
  67.  
  68. Visual RCS is available via anonymous ftp in the following location:
  69.  
  70. Host:    ftp.teleport.com
  71. Dir :    private/visrcs
  72. File:    visrcs10.zip
  73.  
  74. (Please note that this is a temporary home.  I'll post a follow-up when I
  75. have a permanent location.)
  76.  
  77. Unpack the archive and run the setup program.  See the Getting Started topic
  78. in the help file (visrcs.hlp) for information on what you still need to do.
  79.  
  80. How much does it cost?
  81.  
  82. $35.00 plus S&H for single user licenses.  $245.00 plus S&H for single site
  83. licenses.
  84.  
  85. Thanks for taking the time to read this far,
  86.  
  87. Andy
  88.  
  89.  
  90.